Html Css Color HEX #38071D Blackberry

📋 copy color: '#38071D'

red 56 ◦ green 7 ◦ blue 29

#38071D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #38071D

Tints of Blackberry #38071D

RGB

 RED value IS 56 (22.27% from 255) = 60.87%

 GREEN value IS 7 (3.13% from 255) = 7.61%

 BLUE value IS 29 (11.72% from 255) = 31.52%

R = 60.87%
G = 7.61%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38071D (or 0x38071D) is known color: Blackberry. HEX triplet: 38, 07 and 1D. RGB value is (56,7,29). Sum of RGB (Red+Green+Blue) = 56+7+29=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #38071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38071D is #C7F8E2. Grayscale: #181818. Windows color (decimal): -13105379 or 1902392. OLE color: 1902392.

HSL color Cylindrical-coordinate representation of color #38071D: hue angle of 333.06º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38071D is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 7 29 -
CMYK 0 0.88 0.48 0.78
HSL 333.06º 0.78% 0.12% -
HSV(B) 333.06º 0.88% 0.22% -
XYZ 1.93 1.08 1.27 -
YUV 24.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 56 7 29 0 0.88 0.48 0.78 333.06 0.78 0.12
Hex 38 7 1D 0 58 30 4E 14D 4E C
Octal 70 7 35 0 130 60 116 515 116 14
Binary 111000 111 11101 0 1011000 110000 1001110 101001101 1001110 1100

Color Harmonies of #38071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38071D

Black with #38071D

Text Example


Text Example

White with #38071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38071D; }

 p { color: rgb(56,7,29); }

 H1.HeaderClassName
 {
   color: #38071D;
 }
 .AnyTagClassName
 {
   color: #38071D;
 }
</style>

background-color css

<style>
 a { background-color: #38071D; }

 a { background-color: rgb(56,7,29); }

 div.DivClassName
 {
   background-color: #38071D;
 }
 .BgClassName
 {
   background-color: #38071D;
 }
</style>

border-color css

<style>
 span { border-color: #38071D; }

 span { border-color: rgb(56,7,29); }

 td.TdClassName
 {
   border-color: #38071D;
 }
 .TagClassName
 {
   border-color: #38071D;
 }
</style>