Html Css Color HEX #38091E Blackberry

📋 copy color: '#38091E'

red 56 ◦ green 9 ◦ blue 30

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

Shades of Blackberry #38091E

Tints of Blackberry #38091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.47%

 BLUE value IS 30 (12.11% from 255) = 31.58%

R = 58.95%
G = 9.47%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#38091E (or 0x38091E) is known color: Blackberry. HEX triplet: 38, 09 and 1E. RGB value is (56,9,30). Sum of RGB (Red+Green+Blue) = 56+9+30=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #38091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38091E is #C7F6E1. Grayscale: #191919. Windows color (decimal): -13104866 or 1968440. OLE color: 1968440.

HSL color Cylindrical-coordinate representation of color #38091E: hue angle of 333.19º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38091E is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 9 30 -
CMYK 0 0.84 0.46 0.78
HSL 333.19º 0.72% 0.13% -
HSV(B) 333.19º 0.84% 0.22% -
XYZ 1.96 1.13 1.34 -
YUV 25.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 56 9 30 0 0.84 0.46 0.78 333.19 0.72 0.13
Hex 38 9 1E 0 54 2E 4E 14D 48 D
Octal 70 11 36 0 124 56 116 515 110 15
Binary 111000 1001 11110 0 1010100 101110 1001110 101001101 1001000 1101

Color Harmonies of #38091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38091E

Black with #38091E

Text Example


Text Example

White with #38091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38091E; }

 p { color: rgb(56,9,30); }

 H1.HeaderClassName
 {
   color: #38091E;
 }
 .AnyTagClassName
 {
   color: #38091E;
 }
</style>

background-color css

<style>
 a { background-color: #38091E; }

 a { background-color: rgb(56,9,30); }

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

border-color css

<style>
 span { border-color: #38091E; }

 span { border-color: rgb(56,9,30); }

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